Disable Xen verbosity by default. At this point I think it
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Fri, 21 Oct 2005 19:07:54 +0000 (20:07 +0100)
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Fri, 21 Oct 2005 19:07:54 +0000 (20:07 +0100)
is best to disable 'scary' warning messages by default,
even though this will also quieten down genuine error
paths.

The ideal solution would be to introduce DPRINTK levels
(e.g., info, warning, error) and allow these to be selected
at compile and/or boot time. We could then enable error
messages until things have stabilised some more.

Signed-off-by: Keir Fraser <keir@xensource.com>
xen/Rules.mk

index d57ca65e5129c4faef9c29b3b2607e49de7227ce..f65564240a9523bd1c4cc90ab327d216ee9adb4b 100644 (file)
@@ -2,7 +2,7 @@
 # If you change any of these configuration options then you must
 # 'make clean' before rebuilding.
 #
-verbose     ?= y
+verbose     ?= n
 debug       ?= n
 perfc       ?= n
 perfc_arrays?= n